Interface EIGRPMainProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
EIGRPMainProcessImpl

public interface EIGRPMainProcess extends Process
Information provided by the PKI file:

    \class EigrpMainProcess
    
    \brief EigrpMainProcess is the main process that handles all EIGRP processes.
    
    \example network().getDevice("Router0").getProcess("EigrpMainProcess")
    
Author:
Auto-generated
  • Method Details

    • addEigrpProcess

      void addEigrpProcess(int as)
      Information provided by the PKI file:
      
          \brief Adds the EIGRP process with the specified AS number.
          
          \param as, the AS number of the EIGRP process.
          
              
      Parameters:
      as - Takes in a parameter of as
    • removeEigrpProcess

      void removeEigrpProcess(int as)
      Information provided by the PKI file:
      
          \brief Removes the EIGRP process with the specified AS number.
          
          \param as, the AS number of the EIGRP process of interest.
          
              
      Parameters:
      as - Takes in a parameter of as
    • getEigrpProcessAt

      EIGRPProcess getEigrpProcessAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the EIGRP process at the specified index.
          
          \param index, the index of the EIGRP process of interest.
          
          \return EigrpProcess, the EigrpProcess object at the specified index.
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      EIGRPProcess Returns a EIGRPProcess
    • getEigrpProcess

      EIGRPProcess getEigrpProcess(int as)
      Information provided by the PKI file:
      
          \brief Returns the EIGRP process with the specified AS number.
          
          \param as, the AS number of the EIGRP process of interest.
          
          \return EigrpProcess, the EigrpProcess object with the specified AS number.
          
              
      Parameters:
      as - Takes in a parameter of as
      Returns:
      EIGRPProcess Returns a EIGRPProcess
    • getEigrpProcessCount

      int getEigrpProcessCount()
      Information provided by the PKI file:
      
          \brief Returns the number of EIGRP processes.
          
          \return int, the number of EIGRP processes.
          
              
      Returns:
      int Returns a int